home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / docs / help / arexxbegin.lha / arexx_for_beginners / articles_01-10 / Example5-9.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-08-02  |  55 b   |  6 lines

  1. /* Example5-9 */
  2.  
  3. SAY 'Number'
  4. Number = 3
  5. SAY 'Number'
  6.